Activate Karma Point Awards#8931
Merged
mandy-chessell merged 2 commits intoodpi:mainfrom Dec 20, 2025
Merged
Conversation
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds an engine action to the OrganizationInsights content pack to activate the karma points awarding watchdog service to start automatically.
Related Issue(s)
In order to allow the engine action to be processed, it is necessary to allow the local repository to update its activity status. The local repositories have been updated to allow both updates and deletes of content pack elements.
This should also fix #7648.
There was a bug in the watchdog service start up in that the governance engine was initializing the listener manager in the right client and then passing the wrong client to the context - result was an NPE - all fixed.
The karma point awards service is a watch dog service. However it does not have/need a notificaiton type. I relaxed the requirement for a watchdog service to have a notification type. Alternative choices could have been to:
Testing
Ensuring the startup with all of the content packs active is able to record karma points for the connectors. All is good - Jacquard won :). Only stest on inmemory repo so far.
Release Notes & Documentation
This is part of the solutions update - its description will go in the organization insights solution.
Additional notes
None